home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / TableWizard.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  3KB  |  143 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="TableWizard" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains the configuration schema for the table wizard</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="TWizField">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Information on the database field properties</desc>
  16.             </info>
  17.             <prop oor:name="Index" oor:type="xs:int">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>the index of the field  (start at 0, must be field-unique)</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>the name of the database field. ONLY ASCII CHARACTERS</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:localized="true" oor:name="ShortName" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>the name of the database field. ONLY ASCII AND MAXIMUM 10 CHARACTERS</desc>
  36.                 </info>
  37.             </prop>
  38.             <prop oor:name="Type" oor:type="xs:int">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>the type of the database field.</desc>
  43.                 </info>
  44.             </prop>
  45.             <prop oor:name="PrimaryKey" oor:type="xs:boolean">
  46.  
  47.                 <info>
  48.  
  49.                     <desc>indicates whether the database field is a primary key or not.</desc>
  50.                 </info>
  51.             </prop>
  52.             <prop oor:name="DefaultValue" oor:type="xs:boolean">
  53.  
  54.                 <info>
  55.  
  56.                     <desc>defines the default value of the database field.</desc>
  57.                 </info>
  58.             </prop>
  59.             <prop oor:name="Precision" oor:type="xs:int">
  60.  
  61.                 <info>
  62.  
  63.                     <desc>defines the number of decimal digits of the database field.</desc>
  64.                 </info>
  65.             </prop>
  66.             <prop oor:name="Scale" oor:type="xs:int">
  67.  
  68.                 <info>
  69.  
  70.                     <desc>defines the number of decimal digits to right of the decimal point of the database field.</desc>
  71.                 </info>
  72.             </prop>
  73.         </group>
  74.         <group oor:name="TWizTable">
  75.  
  76.             <info>
  77.  
  78.                 <desc>Information on the tables of the  table wizard</desc>
  79.             </info>
  80.             <prop oor:name="Index" oor:type="xs:int">
  81.  
  82.                 <info>
  83.  
  84.                     <desc>the index of the table (start at 0, must be table-unique)</desc>
  85.                 </info>
  86.             </prop>
  87.             <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  88.  
  89.                 <info>
  90.  
  91.                     <desc>the name of the database table. ONLY ASCII CHARACTERS</desc>
  92.                 </info>
  93.             </prop>
  94.             <set oor:name="Fields" oor:node-type="TWizField">
  95.  
  96.                 <info>
  97.  
  98.                     <desc> the fields in this table </desc>
  99.                 </info>
  100.             </set>
  101.         </group>
  102.         <group oor:name="TWizCategory">
  103.  
  104.             <info>
  105.  
  106.                 <desc>Information on the categries of the  table wizard</desc>
  107.             </info>
  108.             <prop oor:name="Index" oor:type="xs:int">
  109.  
  110.                 <info>
  111.  
  112.                     <desc>the index of the category (start at 0, must be category-unique)</desc>
  113.                 </info>
  114.             </prop>
  115.             <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  116.  
  117.                 <info>
  118.  
  119.                     <desc>the name of the database field.</desc>
  120.                 </info>
  121.             </prop>
  122.             <set oor:name="Tables" oor:node-type="TWizTable">
  123.  
  124.                 <info>
  125.  
  126.                     <desc> the tables in this category </desc>
  127.                 </info>
  128.             </set>
  129.         </group>
  130.     </templates>
  131.     <component>
  132.  
  133.         <set oor:name="TableWizard" oor:node-type="TWizCategory">
  134.  
  135.             <info>
  136.  
  137.                 <desc>the set of categories.</desc>
  138.             </info>
  139.         </set>
  140.     </component>
  141. </oor:component-schema>
  142.  
  143.